home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1993 December / PSL Monthly Shareware CD-ROM (December 1993).iso / prgmming / dos / c / cwscr.exe / README.DOC < prev   
Text File  |  1991-07-28  |  1KB  |  32 lines

  1.  
  2. General Information  ---
  3.  
  4.     Program :   Mouse, Screen, and Scrolling  ( mymou.*, myscr.*, myscrll.* )
  5.     Purpose :   These code modules were originally created by me for the
  6.                 purpose of having an easy and simple method of accessing the
  7.                 mouse drivers and the screen directly. I have written a
  8.                 number of programs using these modules. ( From a label
  9.                 generating program to a generic user interface for the
  10.                 programs I write at work. )
  11.                 I am now submitting them to the Borland C++ contest
  12.                 ( useful code category ).
  13.                 
  14.     Author  :   Charles W. Haden
  15.                 Shoebox Software
  16.                 699 Lantana Street, Apt. #54
  17.                 Camarillo, CA   93010
  18.                 USA
  19.                 CIS: 71760,3557
  20.     
  21.     Revision :  See each specific module.
  22.                 
  23.     Notes :
  24.         To create demo programs for each module see the *.cpp source file
  25.         at the end of each is a test section that contains a 'main' routine
  26.         that calls the different parts of the module. For information on
  27.         how to format the comand line call to the compiler see the included
  28.         makefile.
  29.  
  30.  
  31.  
  32.